home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / Online / QMail / source / trysalen.c < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-15  |  170 b   |  12 lines

  1. #include <sys/types.h>
  2. #include <sys/param.h>
  3. #include <sys/time.h>
  4. #include <sys/ioctl.h>
  5. #include <sys/socket.h>
  6.  
  7. void foo()
  8. {
  9.   struct sockaddr sa;
  10.   sa.sa_len = 0;
  11. }
  12.